home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
adlibn
/
dbtestdo.h
< prev
next >
Wrap
C/C++ Source or Header
|
1998-12-23
|
1KB
|
58 lines
// DBTestDoc.h : interface of the CDBTestDoc class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_DBTESTDOC_H__866FE9B6_9A8E_11D2_A04F_204C4F4F5020__INCLUDED_)
#define AFX_DBTESTDOC_H__866FE9B6_9A8E_11D2_A04F_204C4F4F5020__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CDBTestDoc : public CDocument
{
protected: // create from serialization only
CDBTestDoc();
DECLARE_DYNCREATE(CDBTestDoc)
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDBTestDoc)
public:
virtual BOOL OnNewDocument();
virtual void Serialize(CArchive& ar);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CDBTestDoc();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CDBTestDoc)
// NOTE - the ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DBTESTDOC_H__866FE9B6_9A8E_11D2_A04F_204C4F4F5020__INCLUDED_)